Skip to content

#7 Implement testing and JaCoCo #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2023
Merged

#7 Implement testing and JaCoCo #11

merged 1 commit into from
Aug 5, 2023

Conversation

IlyaLisov
Copy link
Collaborator

@IlyaLisov IlyaLisov commented Aug 5, 2023

close #7


PR-Codex overview

Detailed summary

  • Added JUnit Jupiter and Mockito dependencies to the project's pom.xml file.
  • Added a new dependency for Spring Boot test starter.
  • Added a new TestConfig class in the src/test/java/com/example/tasklist/config package.
  • Added a new TestConfig class in the src/test/java/com/example/tasklist/service/impl package.
  • Added new test methods in the AuthServiceImplTest and TaskServiceImplTest classes.

The following files were skipped due to too many changes: src/test/java/com/example/tasklist/service/impl/TaskServiceImplTest.java, src/test/java/com/example/tasklist/service/impl/UserServiceImplTest.java

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@IlyaLisov IlyaLisov merged commit 0aca7f4 into main Aug 5, 2023
@IlyaLisov IlyaLisov deleted the #7 branch August 5, 2023 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement testing and Jacoco
1 participant